-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changed Cutadapt to use nf-core modules #435
Conversation
|
Fixing merge conflicts on nf-core#435
So the issue there is that we no longer have the adapter file in the script and we're trying to pass it within the meta map. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should only pass files to modules within a channel.
I'd recommend to patch the modules upstream and keep this adapter input in cutadapt
Thanks a lot @maxulysse! Just learned about this patch thing thanks to having @Daniel-VM nearby at work! I'm already working on it!! |
Fixes issue #409
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).